home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12615 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: erich.triumf.ca!bennett
  2. From: bennett@erich.triumf.ca (P.Bennett)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Do I need the graph.h to give screen output other than text?
  5. Date: 1 Apr 1996 15:28 PST
  6. Organization: TRIUMF: Tri-University Meson Facility
  7. Distribution: world
  8. Message-ID: <1APR199615281382@erich.triumf.ca>
  9. References: <4jpkjk$etu@guitar.sound.net>
  10. NNTP-Posting-Host: ftp.triumf.ca
  11. News-Software: VAX/VMS VNEWS 1.50    
  12.  
  13. In article <4jpkjk$etu@guitar.sound.net>, satch@sound.net writes...
  14. >I have been reading up on video games and thought I would try my hand
  15. >at them, so I went out and bought MSV4.0. In my books they use a
  16. >header called graph.h to set the screen modes why isn't it in my 4.0?
  17. >They said they are using Microsoft C++ (this was even before 1.52)
  18. >So why isn't it a part of my 4.0? It is on the 1.52 ver but when I try
  19. >to create my EXE files it keeps giving compile time errors like
  20. >WONT RUN IN DOS MODE
  21.  
  22. This should really be asked in a MS-DOS or Windows newsgroup
  23. (comp.os.msdos.programmer or comp.os.ms-windows.programmer.misc) since this is
  24. a very platform (and even compiler) specific problem.
  25.  
  26. I believe graph.h and the associated library are for doing graphics in DOS
  27. only - Windows is a whole other problem...
  28.  
  29. Is MSV4.0 "Visual C"?  Is it a Windows-only compiler?
  30.  
  31. If you want to run your programs under DOS, you will need a compiler that will
  32. produce DOS executables.
  33.  
  34.  
  35. Peter Bennett VE7CEI                | Vessels shall be deemed to be in sight
  36. Internet: bennett@triumf.ca         | of one another only when one can be
  37. Packet: ve7cei@ve7kit.#vanc.bc.ca   | observed visually from the other
  38. TRIUMF, Vancouver, B.C., Canada     |                          ColRegs 3(k)
  39. GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
  40. or: ftp://ftp-i2.informatik.rwth-aachen.de/pub/arnd/GPS/peter/index.html
  41.  
  42.